home *** CD-ROM | disk | FTP | other *** search
- property myPosition
-
- on beginSprite me
- set myPosition to the loc of sprite the spriteNum of me
- end
-
- on moveOff me
- set the loc of sprite the spriteNum of me to point(900, 900)
- end
-
- on moveOn me
- set the loc of sprite the spriteNum of me to myPosition
- end
-